Env file

Main information
APP_URL='https://local-8:8890/ionzile'
APP_FOLDER='/ionzile'
APP_DEBUG=true # true -> local, false -> production
TIME_ZONE='Africa/Cairo'
APP_ID="BhqyBs205f" # create Id for app to use in key
Database // for default , jsut define options for every db
DB_HOST=localhost
DB_PORT=8889
DB_DATABASE=ions_8_plus
DB_USERNAME=root
DB_PASSWORD=mysql
DB_SOCKET='/Applications/MAMP/tmp/mysql/mysql.sock'
Web folder config
DB_LOAD_WEB=true
REDBEAN_LOAD_WEB=false
ALIASES_LOAD_WEB=false
TWIG_THEME=default
SMARTY_THEME=default
Super folder config , if exist
DB_LOAD_SUPER=true
REDBEAN_LOAD_SUPER=false
ALIASES_LOAD_SUPER=false
TWIG_THEME_SUPER=default
SMARTY_THEME_SUPER=default
config what db orm to use
DB_LOAD_API=true
REDBEAN_LOAD_API=false
ALIASES_LOAD_API=false
Firebase for notifcation
FCM_API_TOKEN=''
FCM_SENDER_ID=''
Mail config if want to send mail
MAIL_MAILER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=465
MAIL_USERNAME=ahmed.freedeveloper@gmail.com
MAIL_PASSWORD=wxuasncxkvfhikxc
MAIL_ENCRYPTION=ssl
MAIL_FROM_ADDRESS=ahmed.freedeveloper@gmail.com
MAIL_FROM_NAME="${APP_NAME}"
jwt key 
JWT_KEY=''